nstore: rename public xenstore headers
authorIan Campbell <ian.campbell@citrix.com>
Mon, 14 May 2012 16:15:36 +0000 (17:15 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 14 May 2012 16:15:36 +0000 (17:15 +0100)
commitdebddaa56c84f5809774f34fdd190bc5f4a6cf16
treeda59df5612d82de5a163d67c7f9e4b3d86d84fe3
parent633979eeb74ecf9200a2f86eff9ed3f09c12bea9
nstore: rename public xenstore headers

The xenstore header xs.h is producing conflicts with other software[1].

xs is a too short identifier and does not matche the library. Renaming
the headers to xenstore.h and xenstore_lib.h is the easiest way to make
them easy recognizable and prevent furthe problems.

[1]: http://bugs.debian.org/668550

[ Also update QEMU_TAG, to bring in corresponding change to
qemu-xen-traditional. -iwj ]

Signed-off-by: Bastian Blank <waldi@debian.org>
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
--HG--
rename : tools/xenstore/xs.h => tools/xenstore/xenstore.h
rename : tools/xenstore/xs_lib.h => tools/xenstore/xenstore_lib.h
43 files changed:
Config.mk
Makefile
extras/mini-os/lib/sys.c
extras/mini-os/lib/xs.c
tools/Makefile
tools/blktap/drivers/blktapctrl.c
tools/blktap/lib/blktaplib.h
tools/blktap/lib/xenbus.c
tools/blktap/lib/xs_api.c
tools/console/client/main.c
tools/console/daemon/io.c
tools/console/daemon/utils.h
tools/libvchan/init.c
tools/libxl/libxl_internal.h
tools/misc/xen-lowmemd.c
tools/python/xen/lowlevel/checkpoint/checkpoint.c
tools/python/xen/lowlevel/checkpoint/checkpoint.h
tools/python/xen/lowlevel/checkpoint/libcheckpoint.c
tools/python/xen/lowlevel/xs/xs.c
tools/tests/mce-test/tools/xen-mceinj.c
tools/xcutils/xc_save.c
tools/xenbackendd/xenbackendd.c
tools/xenpaging/xenpaging.c
tools/xenpmd/xenpmd.c
tools/xenstat/libxenstat/src/xenstat_priv.h
tools/xenstore/COPYING
tools/xenstore/Makefile
tools/xenstore/compat/xs.h [new file with mode: 0644]
tools/xenstore/compat/xs_lib.h [new file with mode: 0644]
tools/xenstore/init-xenstore-domain.c
tools/xenstore/xenstore.h [new file with mode: 0644]
tools/xenstore/xenstore_client.c
tools/xenstore/xenstore_control.c
tools/xenstore/xenstore_lib.h [new file with mode: 0644]
tools/xenstore/xenstored_core.c
tools/xenstore/xenstored_core.h
tools/xenstore/xenstored_transaction.c
tools/xenstore/xenstored_watch.c
tools/xenstore/xs.c
tools/xenstore/xs.h [deleted file]
tools/xenstore/xs_lib.c
tools/xenstore/xs_lib.h [deleted file]
tools/xenstore/xs_tdb_dump.c